3.5.57 \(\int (f x)^m (d-c^2 d x^2)^{3/2} (a+b \cosh ^{-1}(c x))^n \, dx\) [457]

Optimal. Leaf size=34 \[ \text {Int}\left ((f x)^m \left (d-c^2 d x^2\right )^{3/2} \left (a+b \cosh ^{-1}(c x)\right )^n,x\right ) \]

[Out]

Unintegrable((f*x)^m*(-c^2*d*x^2+d)^(3/2)*(a+b*arccosh(c*x))^n,x)

________________________________________________________________________________________

Rubi [A]
time = 0.10, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int (f x)^m \left (d-c^2 d x^2\right )^{3/2} \left (a+b \cosh ^{-1}(c x)\right )^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(f*x)^m*(d - c^2*d*x^2)^(3/2)*(a + b*ArcCosh[c*x])^n,x]

[Out]

Defer[Int][(f*x)^m*(d - c^2*d*x^2)^(3/2)*(a + b*ArcCosh[c*x])^n, x]

Rubi steps

\begin {align*} \int (f x)^m \left (d-c^2 d x^2\right )^{3/2} \left (a+b \cosh ^{-1}(c x)\right )^n \, dx &=-\frac {\left (d \sqrt {d-c^2 d x^2}\right ) \int (f x)^m (-1+c x)^{3/2} (1+c x)^{3/2} \left (a+b \cosh ^{-1}(c x)\right )^n \, dx}{\sqrt {-1+c x} \sqrt {1+c x}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.44, size = 0, normalized size = 0.00 \begin {gather*} \int (f x)^m \left (d-c^2 d x^2\right )^{3/2} \left (a+b \cosh ^{-1}(c x)\right )^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(f*x)^m*(d - c^2*d*x^2)^(3/2)*(a + b*ArcCosh[c*x])^n,x]

[Out]

Integrate[(f*x)^m*(d - c^2*d*x^2)^(3/2)*(a + b*ArcCosh[c*x])^n, x]

________________________________________________________________________________________

Maple [A]
time = 180.00, size = 0, normalized size = 0.00 \[\int \left (f x \right )^{m} \left (-c^{2} d \,x^{2}+d \right )^{\frac {3}{2}} \left (a +b \,\mathrm {arccosh}\left (c x \right )\right )^{n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f*x)^m*(-c^2*d*x^2+d)^(3/2)*(a+b*arccosh(c*x))^n,x)

[Out]

int((f*x)^m*(-c^2*d*x^2+d)^(3/2)*(a+b*arccosh(c*x))^n,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^m*(-c^2*d*x^2+d)^(3/2)*(a+b*arccosh(c*x))^n,x, algorithm="maxima")

[Out]

integrate((-c^2*d*x^2 + d)^(3/2)*(f*x)^m*(b*arccosh(c*x) + a)^n, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^m*(-c^2*d*x^2+d)^(3/2)*(a+b*arccosh(c*x))^n,x, algorithm="fricas")

[Out]

integral(-(c^2*d*x^2 - d)*sqrt(-c^2*d*x^2 + d)*(f*x)^m*(b*arccosh(c*x) + a)^n, x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)**m*(-c**2*d*x**2+d)**(3/2)*(a+b*acosh(c*x))**n,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^m*(-c^2*d*x^2+d)^(3/2)*(a+b*arccosh(c*x))^n,x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int {\left (a+b\,\mathrm {acosh}\left (c\,x\right )\right )}^n\,{\left (d-c^2\,d\,x^2\right )}^{3/2}\,{\left (f\,x\right )}^m \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*acosh(c*x))^n*(d - c^2*d*x^2)^(3/2)*(f*x)^m,x)

[Out]

int((a + b*acosh(c*x))^n*(d - c^2*d*x^2)^(3/2)*(f*x)^m, x)

________________________________________________________________________________________